home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / compute / 1988_02 / run.bat < prev    next >
DOS Batch File  |  1987-10-07  |  1KB  |  26 lines

  1. echo off
  2. cls
  3. echo                           COMPUTE!'s PC Magazine
  4. echo                    January 1988, Vol. 2, No. 1, Issue 3
  5. echo         Copyright 1988, COMPUTE! Publications, Inc. All Rights Reserved.
  6. echo  
  7. echo Note: This issue of the COMPUTE!'s PC Magazine disk does not have the
  8. echo       disk menu program found on earlier disks. The menu program has been
  9. echo       eliminated to conserve disk space and reduce confusion. In its
  10. echo       place is a text file named README. This file contains descriptions
  11. echo       for every file on the magazine disk. (In general, these
  12. echo       descriptions echo information in the magazine articles.) As always,
  13. echo       read "How to Use the Disk" and the corresponding magazine articles
  14. echo       for full instructions before running any programs.
  15. echo  
  16. echo       To display the text file README on the screen, press any key at the
  17. echo       prompt below. To print the file, enter the following command at the
  18. echo       DOS prompt:
  19. echo  
  20. echo       COPY README LPT1
  21. echo  
  22. echo --------------------------------------------------------------------------
  23. echo To display the README file on the screen,
  24. pause
  25. type readme
  26.